home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tokyo Night Life Interactive
/
Tokyo Night Life Interactive.iso
/
mac
/
MAIN
/
NOZOKI_A
/
00205_Script_205
< prev
next >
Wrap
Text File
|
1995-06-13
|
379b
|
22 lines
on startMovie
global flag
clearGlobals
end startMovie
on idle
global flag
if rollover(4) or rollover(5) then
set flag = flag + 1
if flag = 10 then
cursor 200
end if
if flag > 20 then
set flag = 0
cursor -1
end if
else
cursor -1
end if
end idle